.b-flexed {
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-image-banner-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	height: 450px;
}
.b-image-banner-container img {
	object-fit: cover;
	width: 100%;
	min-width: 1024px;
}
@media only screen and (max-width: 1024px) { 
	.b-image-banner-container {
		height: 300px;
	}
}




.b-carbon-savings {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
}
.b-content .b-carbon-savings p {
	font-size: 1rem;
}
.b-carbon-savings p.b-live-figure {
	font-size: 1.5rem;
	font-weight: bolder;
}

.b-content .b-carbon-savings .b-figure-source {
	font-size: 0.75rem;
}
.b-content .b-carbon-savings .b-figure-source img {
	display: inline;
	height: 0.75rem;
	vertical-align: text-bottom;
	transform: translateY(-5%);
}

.b-mission-statement {
	color: white;
	background-color: var(--b-4eg-blue-1);
	padding: 0.5rem;
	margin-left: 1rem;
}

.b-flexed.b-1 >:nth-child(1) {
	flex-shrink: 0;
}
.b-flexed.b-1 >:nth-child(2) {
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.b-flexed.b-1 {
		flex-direction: column;
	}
	.b-mission-statement {
		margin-left: 0rem;
		margin-top: 1rem;
	}
}



.b-testimonials > .b-testimonial:not(:last-child) {
	margin-bottom: 2rem;
}